crypto/tls.clientHelloMsg.pskIdentities (field)
17 uses
crypto/tls (current package)
handshake_client.go#L509: hello.pskIdentities = []pskIdentity{identity}
handshake_client_tls13.go#L341: if len(hello.pskIdentities) > 0 {
handshake_client_tls13.go#L349: hello.pskIdentities[0].obfuscatedTicketAge = uint32(ticketAge/time.Millisecond) + hs.session.ageAdd
handshake_client_tls13.go#L363: hello.pskIdentities = nil
handshake_client_tls13.go#L449: if int(hs.serverHello.selectedIdentity) >= len(hs.hello.pskIdentities) {
handshake_client_tls13.go#L454: if len(hs.hello.pskIdentities) != 1 || hs.session == nil {
handshake_messages.go#L96: pskIdentities []pskIdentity
handshake_messages.go#L320: if len(m.pskIdentities) > 0 { // pre_shared_key must be the last extension
handshake_messages.go#L325: for _, psk := range m.pskIdentities {
handshake_messages.go#L651: m.pskIdentities = append(m.pskIdentities, psk)
handshake_messages.go#L712: pskIdentities: slices.Clone(m.pskIdentities),
handshake_server_tls13.go#L161: if len(hs.clientHello.pskIdentities) == 0 {
handshake_server_tls13.go#L349: if len(hs.clientHello.pskIdentities) != len(hs.clientHello.pskBinders) {
handshake_server_tls13.go#L353: if len(hs.clientHello.pskIdentities) == 0 {
handshake_server_tls13.go#L357: for i, identity := range hs.clientHello.pskIdentities {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)